Emacs calendar printing
2023-08-03 by: "Robert A. Kelly III
From: "Robert A. Kelly III" ------------------------------------------------------ I am trying to print calendars from Emacs, but I can't seem to get it to print my diary entries. The diary file is in ~/.emacs.d/diary. And in ~/.emacs.d/ init.el I have (setq cal-tex-diary t). Yet, when I generate TeX calendars, it does not include my diary entries. I can see the entries when I pull up diary entries for a day on the calendar, but not when I generate TeX calendars. Any idea what I am missing?